// Glassfiber Realm, by Erlend Robaye, October 2001

Aspc=1,

A0="rnd(30) + 10",
A1="rnd(.06) + .03",	// Flow Speed

// Take an image of the current situation, inside this radius
srcR="r * (1 - r * A1)",

// Rotate the image a bit
srcT="theta + sin(theta * A0) * .1",

Vers=100
